home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / PPCUnACE / Src / uac_dcpr.h < prev    next >
C/C++ Source or Header  |  1999-03-29  |  305b  |  15 lines

  1. #ifndef __uac_dcpr_h
  2. #define __uac_dcpr_h
  3.  
  4. #include "declare.h"
  5.  
  6. INT  calc_dectabs(void);
  7. void dcpr_comm(INT comm_size);
  8. INT  read_wd(UINT maxwd, USHORT * code, UCHAR * wd, INT max_el);
  9. void dcpr_init(void);
  10. INT  dcpr_adds_blk(CHAR * buf, UINT len);
  11. void dcpr_init_file(void);
  12.  
  13. #endif /* __uac_dcpr_h */
  14.  
  15.